body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #333;
  }
    /* image logo in menu bar  */

  .image1 {
    float: left;
    width: 350px;
    height: 100px;
  }

    /* we are hiring image  */
    .image2{
        float: right;
        width: 750px;
        height: 400px;
      }
    

  .topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 40px 47px;
    text-decoration: italic;
    font-size: 19px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #eb782c;
    color: rgb(255, 255, 255);
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 3;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: right;
    }
  }
  /* here i put this for my transparent rectangle */
  myHero {
    display: block;
    background-color: #eb782c;
    padding: 100px;
    font-size: 30px;
    color: white;
  } 
h2{
    display: block;
    float: left;
}




  /* here i put css of form and image in it */


  
  body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.336), rgba(0, 0, 0, 0.5)), url("images/hiring.gif");
    height: 52%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #eb782c;
    color: white;
  }


  /*in this i put css of about staff in company*/
  html {
    box-sizing: border-box;
  }
  
 
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  .card {
    box-shadow: 0 4px 8px 0 #eb782c;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: #eb782c;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #eb782c;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: rgb(252, 162, 27);
  }


  /* HERE IS CSS OF MY BABY */
  myBABY {
    display: block;
    background-color: #e4d3c8;
    padding: 70px;
    font-size: 40px;
    color: rgb(0, 0, 0);
  } 
  /* here is the css of login form  with imaghes*/
  